home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / MacTools / HyperCard BBS / Hyper House / card_8976.txt < prev    next >
Encoding:
Text File  |  1988-05-09  |  1.0 KB  |  58 lines

  1. -- card: 8976 from stack: in
  2. -- bmap block id: 2965
  3. -- flags: 0000
  4. -- background id: 2607
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on initCard
  8.   global onLine
  9.   if onLine then
  10.     put "Logging user in..."
  11.   end if
  12.   pass initCard
  13. end initCard
  14.  
  15. on cardFilled
  16.   send mouseUp to button "OK"
  17. end cardFilled
  18.  
  19.  
  20.  
  21. -- part 3 (button)
  22. -- low flags: 00
  23. -- high flags: A003
  24. -- rect: left=444 top=249 right=273 bottom=496
  25. -- title width / last selected line: 0
  26. -- icon id / first selected line: 0 / 0
  27. -- text alignment: 1
  28. -- font id: 0
  29. -- text size: 12
  30. -- style flags: 0
  31. -- line height: 16
  32. -- part name: OK
  33. ----- HyperTalk script -----
  34. on mouseUp
  35.   visual effect dissolve fast
  36.   go to next card
  37. end mouseUp
  38.  
  39.  
  40.  
  41. -- part 5 (field)
  42. -- low flags: 00
  43. -- high flags: 4000
  44. -- rect: left=13 top=283 right=335 bottom=497
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 0 / 0
  47. -- text alignment: 0
  48. -- font id: 4
  49. -- text size: 9
  50. -- style flags: 0
  51. -- line height: 12
  52. -- part name: 
  53.  
  54.  
  55. -- part contents for card part 5
  56. ----- text -----
  57. Welcome to a HyperBBS!
  58.